home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / English.lproj / eText.nib / data.classes next >
Encoding:
Text File  |  1994-09-22  |  1.1 KB  |  82 lines

  1. InfoPanel = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     cPanel;
  6.     iPanel;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     close:;
  13.     setDocType:;
  14.     enterSelection:;
  15.     chooseHTMLEncoding:;
  16.     undoChange:;
  17.     redoChange:;
  18.     new:;
  19.     revert:;
  20.     redo:;
  21.     saveAll:;
  22.     save:;
  23.     findPrevious:;
  24.     saveFormat:;
  25.     findNext:;
  26.     open:;
  27.     saveTo:;
  28.     detachAgent:;
  29.     saveAs:;
  30.     orderFrontFindPanel:;
  31.     print:;
  32.     undo:;
  33.     jumpToSelection:;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. FindPanel = {
  38.     ACTIONS = {
  39.     jumpToSelection:;
  40.     findForward:;
  41.     findBackward:;
  42.     replace:;
  43.     enterSelection:;
  44.     replaceAndFind:;
  45.     replaceAll:;
  46.     };
  47.     OUTLETS = {
  48.     };
  49.     SUPERCLASS = Panel;
  50. };
  51. eTAppUI = {
  52.     ACTIONS = {
  53.     appWillTerminate:;
  54.     showInspector:;
  55.     open:;
  56.     annotationAction:;
  57.     agentAction:;
  58.     mailDevelopers:;
  59.     showNavigator:;
  60.     appWillInit:;
  61.     loadTool:;
  62.     app:;
  63.     new:;
  64.     showInfo:;
  65.     showCopyright:;
  66.     saveAll:;
  67.     showPreferences:;
  68.     import:;
  69.     };
  70.     OUTLETS = {
  71.     annotationMenu;
  72.     accessoryMenu;
  73.     infoController;
  74.     agentTable;
  75.     toolPalette;
  76.     agentMenu;
  77.     toolMatrix;
  78.     annotationTable;
  79.     };
  80.     SUPERCLASS = Object;
  81. };
  82.